home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / ace_readmes.lzx / AceImage.readme < prev    next >
Text File  |  1998-01-31  |  1KB  |  41 lines

  1. Short:    A .lib for BOBs and images
  2. Author:   Manuel Andre via d.seifert@monos.insider.org (Daniel Seifert)
  3. Uploader: Sysop@bbrandes.in-brb.de (Bernd Brandes)
  4. Type:     dev/basic
  5.  
  6. "What is this?"
  7.  
  8.  A collection of OS-friendly functions enabling programmers to grab
  9.  portions of Windows, called Images, that can be pasted afterwards
  10.  on a Window or BitMap.
  11.  These Images can be used as building blocks for game backgrounds or
  12.  as the imagery of a Bob.
  13.  These functions take care of the Image bitmap allocations, mask creation
  14.  and Bob handling.
  15.  
  16.  
  17.  The ACEImageLib has been developped specially for the ACE BASIC
  18.  package wich is © David Benn.
  19.  This does not mean that the ACEImageLib can't be used with another package.
  20.  Some things to keep in mind...
  21.  All parameters are passed onto the stack.
  22.  Registers D0-D7/A0-6 must be preserved by the caller.
  23.  
  24.  All functions except, PasteScaledImageBM, will run under Wb 1.3 but
  25.  all ACEImageLib functions will run a lot faster with Wb 2.x and up.
  26.  This is because the Wb 2.x/3.x graphics library functions have been
  27.  completely rewritten, giving a noticeable speedup.
  28.  
  29.  
  30.  I can only be contacted by 'snail-mail' or phone.
  31.  A postcard would be nice ;-)
  32.  
  33.  Address:
  34.  
  35.  Manuel ANDRE
  36.  Arbeidersstraat 9
  37.  2600   BERCHEM
  38.  BELGIUM
  39.  
  40.  PHONE: 32-3-230-66-10
  41.